GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-29T15:24:55.4860624+00:00",
"SubmitDate": "2026-01-29T15:24:55.4860624+00:00",
"ReportPeriodStart": "2026-01-29T15:24:55.4860624+00:00",
"ReportPeriodEnd": "2026-01-29T15:24:55.4860624+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a09e43bb-470f-4dc8-8931-cae12518562d",
"Rows": [
{
"ItemId": "d08390c4-77bc-4187-8597-d723d49df82a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d08390c4-77bc-4187-8597-d723d49df82a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a09e43bb-470f-4dc8-8931-cae12518562d",
"Rows": [
{
"ItemId": "d08390c4-77bc-4187-8597-d723d49df82a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d08390c4-77bc-4187-8597-d723d49df82a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"20c91ba6-adee-44b8-ab1e-a147d69f50f5",
"08d55d96-0460-4cd4-8ab3-f094570c6b98"
],
"Approvers": [
"fccc7db6-b1d6-49e7-b8b4-f96bc7312566",
"18e303ab-a93d-4eaf-a763-fca6ff12bc13"
],
"ApprovedBy": "e3c36d37-cd67-45d0-b0bc-f627b485b361",
"ApprovalDate": "2026-01-29T15:24:55.4860624+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7fdf49ef-2ee3-40c4-9e89-c0d0f1a347d8",
"id": "de985f27-5b3b-4e12-8834-d6341726b6ae",
"ConfigId": "cc4990b8-1800-49ed-94c5-b912e4cf6a2f"
},
{
"GenerationDate": "2026-01-29T15:24:55.4860624+00:00",
"SubmitDate": "2026-01-29T15:24:55.4860624+00:00",
"ReportPeriodStart": "2026-01-29T15:24:55.4860624+00:00",
"ReportPeriodEnd": "2026-01-29T15:24:55.4860624+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a09e43bb-470f-4dc8-8931-cae12518562d",
"Rows": [
{
"ItemId": "d08390c4-77bc-4187-8597-d723d49df82a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d08390c4-77bc-4187-8597-d723d49df82a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a09e43bb-470f-4dc8-8931-cae12518562d",
"Rows": [
{
"ItemId": "d08390c4-77bc-4187-8597-d723d49df82a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d08390c4-77bc-4187-8597-d723d49df82a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"20c91ba6-adee-44b8-ab1e-a147d69f50f5",
"08d55d96-0460-4cd4-8ab3-f094570c6b98"
],
"Approvers": [
"fccc7db6-b1d6-49e7-b8b4-f96bc7312566",
"18e303ab-a93d-4eaf-a763-fca6ff12bc13"
],
"ApprovedBy": "e3c36d37-cd67-45d0-b0bc-f627b485b361",
"ApprovalDate": "2026-01-29T15:24:55.4860624+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7fdf49ef-2ee3-40c4-9e89-c0d0f1a347d8",
"id": "de985f27-5b3b-4e12-8834-d6341726b6ae",
"ConfigId": "cc4990b8-1800-49ed-94c5-b912e4cf6a2f"
}
]